Skip to content

Arsenal - Improve base backpack checking#10479

Draft
LinkIsGrim wants to merge 1 commit intomasterfrom
arsenal-basebackpack
Draft

Arsenal - Improve base backpack checking#10479
LinkIsGrim wants to merge 1 commit intomasterfrom
arsenal-basebackpack

Conversation

@LinkIsGrim
Copy link
Contributor

@LinkIsGrim LinkIsGrim commented Nov 4, 2024

When merged this pull request will:

If I never touch this again, it'll be too soon. See comments for edge cases we'll still have.

I don't actually have GM to test. Outsourcing this. Doesn't break vanilla though.

IMPORTANT

  • If the contribution affects the documentation, please include your changes in this pull request so the documentation will appear on the website.
  • Development Guidelines are read, understood and applied.
  • Title of this PR uses our standard template Component - Add|Fix|Improve|Change|Make|Remove {changes}.

@LinkIsGrim LinkIsGrim added kind/enhancement Release Notes: **IMPROVED:** status/needs-testing labels Nov 4, 2024
@LinkIsGrim LinkIsGrim added this to the Ongoing milestone Nov 4, 2024
@LinkIsGrim
Copy link
Contributor Author

LinkIsGrim commented Nov 4, 2024

@Joe-Banks can you test https://github.com/acemod/ACE3/actions/runs/11658584858/artifacts/2139298806 and see if it fixes the issue? (unload any other versions of ACE you have, use just that build)

@Joe-Banks
Copy link

Yo! Tested with CBA, that version of ACE and GM only, unfortunately it doesn't appear to have fixed it - all four backpacks still grey-out any loadout they're saved with. Tested in the ACE arsenal, same method as before.

@LinkIsGrim
Copy link
Contributor Author

Alright, back to the drawing board

while {
(isClass _config) &&
{getNumber (_config >> "scope") > 0} && // Some preset backpacks are scope = 1
{getText (_config >> "model") == _model}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably just need to move this around

@LinkIsGrim LinkIsGrim marked this pull request as draft October 12, 2025 22:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/enhancement Release Notes: **IMPROVED:** status/needs-testing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ACE Loadouts saved with Global Mobilisation RPG backpacks (both variants) don't save the backpack

2 participants